home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibclean / bibclean.ini < prev    next >
Text File  |  1992-11-17  |  6KB  |  164 lines

  1. %%% -*-text-*-
  2. %%% ====================================================================
  3. %%%  BibTeX-initialization-file{
  4. %%%     author          = "Nelson H. F. Beebe",
  5. %%%     version         = "2.05",
  6. %%%     date            = "18 November 1992",
  7. %%%     time            = "11:47:56 MST",
  8. %%%     filename        = "bibclean.ini",
  9. %%%     address         = "Center for Scientific Computing
  10. %%%                        Department of Mathematics
  11. %%%                        University of Utah
  12. %%%                        Salt Lake City, UT 84112
  13. %%%                        USA",
  14. %%%     telephone       = "+1 801 581 5254",
  15. %%%     FAX             = "+1 801 581 4148",
  16. %%%     checksum        = "42455 163 959 6441",
  17. %%%     email           = "beebe@math.utah.edu (Internet)",
  18. %%%     codetable       = "ISO/ASCII",
  19. %%%     keywords        = "prettyprint, bibliography",
  20. %%%     supported       = "yes",
  21. %%%     docstring       = "This file contains bibclean value pattern
  22. %%%                        matching specifications and possibly,
  23. %%%                        default options, to be read during
  24. %%%                        initialization.
  25. %%%
  26. %%%                        Each pattern group starts with an empty
  27. %%%                        string assignment to clear out old patterns
  28. %%%                        and guarantee a uniform start.  For speed,
  29. %%%                        patterns should be ordered with more likely
  30. %%%                        matches near the beginning of the lists.
  31. %%%
  32. %%%                        Typical matches are shown in comments
  33. %%%                        following each pattern.  A few patterns are
  34. %%%                        accompanied by warning messages that will
  35. %%%                        be issued if the pattern is matched.
  36. %%%
  37. %%%                        If you augment patterns in file, please
  38. %%%                        make them more precise, rather than looser.
  39. %%%                        Generally, you should add new patterns,
  40. %%%                        rather than modify existing ones.  The goal
  41. %%%                        is to expose possible errors in .bib files,
  42. %%%                        not mask them.
  43. %%%
  44. %%%                        The checksum field above contains a CRC-16
  45. %%%                        checksum as the first value, followed by the
  46. %%%                        equivalent of the standard UNIX wc (word
  47. %%%                        count) utility output of lines, words, and
  48. %%%                        characters.  This is produced by Robert
  49. %%%                        Solovay's checksum utility.",
  50. %%%  }
  51. %%% ====================================================================
  52.  
  53. chapter =    ""            %% discard old patterns
  54. chapter    =    "\"D\""            %% "23"
  55. chapter    =    "\"D-D\""        %% "11-2"
  56.  
  57. month    =    ""            %% discard old patterns
  58. month    =    "A # \" D\""        %% oct # " 10"
  59. month    =    "A # \" D--D\""        %% oct # " 20--24"
  60. month    =    "\"D \" # A"        %% "10 " # oct
  61. month    =    "\"D--D \" # A"        %% "10--24 " # oct
  62. month    =    "A # \"\" # A"        %% jul # "\emdash " # aug
  63. month    =    "A # \"--\" # A"    %% jul # "--" # aug
  64. month    =    "A # \" -- \" # A"    %% jul # " -- " # aug
  65.  
  66. number    =    ""            %% discard old patterns
  67. number    =    "\"D\""            %% "23"
  68. number    =    "\"A AD\""        %% "PN LPS5001"
  69. number    =    "\"A D(D)\""        %% "RJ 34(49)"
  70. number    =    "\"A D\""        %% "XNSS 288811"
  71. number    =    "\"A D\\.D\""        %% "Version 3.20"
  72. number    =    "\"A-A-D-D\""        %% "UMIAC-TR-89-11"
  73. number    =    "\"A-A-D\""        %% "CS-TR-2189"
  74. number    =    "\"A-A-D\\.D\""        %% "CS-TR-21.7"
  75. number    =    "\"A-AD-D\""        %% "TN-K\slash 27-70"
  76. number    =    "\"A-D D\""        %% "PB-251 845"
  77. number    =    "\"A-D-D\""        %% "ANL-30-74"
  78. number    =    "\"A-D\""        %% "TR-2189"
  79. number    =    "\"AD-D-D\""        %% "GG24-3611-00"
  80. number    =    "\"AD-D\""        %% "SP43-29"
  81. number    =    "\"AD\""        %% "LPS0064"
  82. number    =    "\"A\\#D-D\""        %% "TR\#89-24 ????"
  83. number    =    "\"D \\an\\d D\""    %% "11 and 12"
  84. number    =    "\"D+D\""        %% "3+4"
  85. number    =    "\"D+D\""        %% "3+4"
  86. number    =    "\"D-D\""        %% "23-27"
  87. number    =    "\"D/D\""        %% "23/27"
  88. number    =    "\"D  D\""        %% "23 \& 24"
  89. number    =    "\"DA\""        %% "23A"
  90. number    =    "\"D\\.D\""        %% "3.4"
  91. number    =    "\"W-W W\""        %% "AERE-R 12329"
  92. number    =    "\"W-W-WW-W\""        %% "OSU-CISRC-4\slash 87-TR9"
  93. number    =    "\"W\""            %% "Computer Science Report 100"
  94. number    =    "\"X\""            %% "TR/AB/3-43.7-3/AB"
  95.  
  96. pages    =    ""            %% discard old patterns
  97. pages    =    "\"D\""            %% "23"
  98. pages    =    "\"aD\""        %% "L23"
  99. pages    =    "\"D--D\""        %% "23--27"
  100. pages    =    "\"aD--aD\""        %% "L23--L27"
  101. pages    =    "\"D, D\""        %% "23, 27"
  102. pages    =    "\"aD, aD\""        %% "L23, L27"
  103. pages    =    "\"D, D, D\""        %% "23, 27, 45"
  104. pages    =    "\"aD, aD, aD\""    %% "L23, L27, L45"
  105. pages    =    "\"D, D, D, D\""    %% "23, 27, 45, 98"
  106. pages    =    "\"aD, aD, aD, aD\""    %% "L23, L27, L45, L98"
  107. pages    =    "\"A + D\""        %% "viii + 445"
  108. pages    =    "\"A + D X\""        %% "viii + 445 with 30 illustrations"
  109.  
  110. price    =    ""            %% discard old patterns
  111. price    =    "\"AD\\.dd\""        %% "US\$12.95" and "DM30.50"
  112. price    =    "\"D\\.dd\""    "Put country prefix on price %v"
  113.                     %% "$12.95" and "\pounds 12.95"
  114. price    =    "\"AD\""        %% "US\$13" and "FF70"
  115. price    =    "\"D\""        "Put country prefix on price %v"
  116.                     %% "$13" and "\pounds 13"
  117.  
  118. tag    =    ""            %% discard old patterns
  119. tag    =    "A:Add"            %% Knuth:TB89
  120. tag    =    "A:Adda"        %% Knuth:TB89a
  121.  
  122. volume    =    ""            %% discard old patterns
  123. volume    =    "\"D\""            %% "27"
  124. volume    =    "\"DA\""        %% "27A"
  125. volume    =    "\"D/D\""        %% "27/3"
  126. volume    =    "\"DA D\""        %% "27A 3"
  127. volume    =    "\"w-D\""        %% "SMC-13"
  128. volume    =    "\"A\""            %% "VIII"
  129. volume    =    "\"D.D\""        %% "1.2"
  130. volume    =    "\"D \\an\\d D\""    %% "11 and 12"
  131. volume    =    "\"W\""            %% "Special issue A"
  132.  
  133. year    =    ""            %% discard old patterns
  134. year    =    "\"19dd\""        %% "1992"
  135. year    =    "\"19dd, 19dd\""    %% "1989, 1990"
  136. year    =    "\"19dd, 19dd, 19dd\""    %% "1989, 1990, 1991"
  137. year    =    "\"19dda19dd\""        %% "{\noopsort{1985a}}1985"
  138. year    =    "\"18dd\""        %% "1892"
  139. year    =    "\"18dd, 18dd\""    %% "1889, 1890"
  140. year    =    "\"18dd, 18dd, 18dd\""    %% "1889, 1890, 1891"
  141. year    =    "\"18dda18dd\""        %% "{\noopsort{1885a}}1885"
  142. year    =    "\"19dd (19dd)\""    %% "1989 (1990)" (e.g. translation of a
  143.                     %% foreign journal, where the second
  144.                     %% year is that of the translation)
  145. year    =    "\"19dd\" # \"--\""    %% "1989" # "\unskip--"
  146. year    =    "\"200d\""          %% "2009" (allow for a bit of growth!)
  147.  
  148. %% This is a test of option specifications
  149.  
  150. %% -init-file /dev/null            %% recursive empty init file
  151.  
  152. %% -fix-names                %% this is a comment
  153.  
  154. %% -fix-initials            %% this is too
  155.  
  156. %% This is for GNU Emacs file-specific customization:
  157. %% Local Variables:
  158. %% eval: (auto-fill-mode -1)
  159. %% comment-start: "%% "
  160. %% comment-start-skip: "%+ *"
  161. %% comment-end: ""
  162. %% comment-column: 40
  163. %% End:
  164.